home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4543 / mvg / mod_code / dispatch.txt next >
Text File  |  1987-04-21  |  2KB  |  53 lines

  1. MVG:       v 1.20i (and up)
  2. MODULE:    DISPATCH.prg
  3. Date:      01/18/90
  4. Functions: 2
  5.  
  6. 1)   Provides a file_selector for Module selection. This is
  7.      intended as a stop-gap measure to execute a module that
  8.      is not listed in your current .MOD file.
  9.      
  10.      The MVG Packet is passed thru DISPATCH to the recipient module.
  11.      
  12.      The default Drive and Path are temporarily changed to that
  13.      of the selected program (selection need not be an MVG module).
  14.      Upon exit of the 'module' the original drive:\path are restored.
  15.      
  16.      
  17. 2)   A ClipBoard Utility:  DISPATCH.prg captures the <Alt-Help> screen_
  18.      dump vector and redirects it's output to MVG's ClipBoard buffer.
  19.      This is, of course, IF MVG had sufficient memory to allocate the
  20.      ClipBoard buffer at power-up.
  21.      
  22.      DISPATCH will first copy the screen to MVG's clipboard and then
  23.      flash the screen to indicate all went well.
  24.      
  25.      Not all programs allow Alt-Help to produce a screen_dump. Others
  26.      may fiddle with additional vectors that might cause havoc. The
  27.      best method to discover what applications will work and which won't
  28.      is to experiment.
  29.      
  30.      I've tested a number and the results follow:
  31.      
  32.  
  33.       -------   OK    --------
  34.      
  35.      PageStream (softlogik)
  36.      TouchUp    (migraph)
  37.      Wercs      (hisoft)
  38.      Degas      (tom hudson)
  39.      IMG_CAT    (chet walters)
  40.      CLIP_ART   (chet walters)
  41.      SCAN_RSC   (dr. bob)
  42.      SHP2SHP    (dr. bob)
  43.      PicSwitch7 
  44.      
  45.      
  46.      -------- NOPE ------------
  47.      
  48.      FunFace
  49.  
  50.  
  51.                                                        Bye: Dr. Bob
  52.                                                          01/18/90 
  53.